android.ndk.set_abort_message

Members

Functions

android_set_abort_message
void android_set_abort_message(const(char)* __msg)

android_set_abort_message() sets the abort message that will be shown by debuggerd. This is meant for use by libraries that deliberately abort so that they can provide an explanation. It is used within bionic to implement assert() and all FORTIFY/fdsan aborts.

Meta